﻿*{/* font-size: 14px;*/font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;}

.container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px\9;
  }
  input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
border-radius: 0;
}
input[type="reset"]{
	background:#f6f6f6;
}
textarea { -webkit-appearance: none;}
input{    border-radius: 0}
li{ list-style:none}  
a {
    color: #333;
    text-decoration: none;
}
a:hover{
   
    text-decoration: none;
}
.fr{float: right;}
.fl{ float: left;}
/* Clear */
.clearfix:after{content:"";display:block;height:0px;clear:both;visibility:hidden}
.clearfix{display:inline-block}
/* Hides from IE-mac \*/ 
.clearfix{display:block} 
/*头部开始=========================================================================  */
.lang{ background: url(../images/lang-bg.png) no-repeat top center; width: 110px; margin-top: 20px;}
.lang ul{ margin: 0; padding: 0;}
.lang li{ width: 50%; float:left; color: #666; font-size: 15px; line-height: 25px; text-align: center; color: #004a96;}
.blue a{ color: #fff;}
.hamburger {
	padding: 8px 6px;
	display: none;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: 3px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--emphatic-r {
	overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -80px;
	top: 80px;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.nav-box { 
	width: 100%;
    height: 50px;
    background: #0f0f0f;
	
}
.nav-pc{ width: 70%; text-align:center;}
.nav-pc ul{ padding:0; isplay: inline-block;text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;}
 .nav-pc .menulevel{ padding:0;display: none;}
.nav-pc ul li {
	flex-grow: 1;
	transition:all .5s ease-in-out;
	display: inline-block;
    font-size: 16px;
    color: #000;
    line-height: 120px;
    text-align: center;
    }
.nav-pc li a span{ color:#222222; display: block; font-size: 18px;transition:all .5s ease-in-out;}	

.nav-pc li a#menu_selected span{color: #0088f1;  }
.nav-pc li:hover{ color: #fff; }
.nav-pc li:hover a span{ text-decoration:none; color: #0088f1;}
.nav-pc li:hover>.menulevel{ /*display:block;*/}

.menulevel{ width:100%; left:-65px; display:none; margin:0;position: absolute;
    z-index: 1;
    top: 92px;
    }
.menulevel li{ display:block; background:#004a96; height: 50px; line-height: 50px; font-size: 14px; }
.menulevel li a span{font-size: 15px; color: #fff; text-align: left;}
.menulevel li:hover{ background:#019544;}
.menulevel li>.menulevel{width:100%; left:100%;  top:0;}
/*banner开始=======================================================================================*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide_container {
  position: relative;
  width: 100%;
  }

.slide {
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.slide_nav:active {
  opacity: 1.0;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
.slides li{ width: 950px; margin: 0 auto;}
	   
/*top开始------------------------------------------------------------------*/
#header{ width: 100%;}
.logo{
	width: 30%;
}
.logo img{ max-width: 100%;}
.sj-banner{
	display: none;
}
/*首页*/
.products-content{margin-top: 165px; margin-bottom: 125px;}
.about-bg{background: url(../images/about-bg.jpg) repeat-y top center; padding-top: 55px;}
.about-top{width: 60%}
.about-bt{ font-size: 30px; font-weight: bold; color: #0088f1; }
.about-bt p{font-size: 14px; color: #5a5a5a; font-weight: normal; line-height: 20px; text-transform: uppercase;}
.about-more{ float: right!important; margin-top: 15px; }
.about-bottom{margin-top: 85px;}

.box li{  position: relative; overflow: hidden;}
.box li .xq2{position: absolute; width: 98%; overflow: hidden; height: 97%; left:1% ; top: 1.4%; display: none;background: url(../images/about-bottom-bg.png); z-index: 99;}
.box li .heng{position: absolute; display: block; width: 100%; text-align: center; font-size: 24px; font-weight: bold; color: #fff;}
.box li .heng p{font-size: 14px; font-weight: normal; text-transform: uppercase;}
.box li .shu{position: absolute; display: block; text-align: center;}
.box li .heng a {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}


.new{height: 500px;}

.news-content{position: relative;}

.about-bj{background: url(../images/about-bj.jpg) no-repeat top right;}
.about-title{margin-left: 25px; margin-top: 85px; font-size: 30px; color: #0088f1; font-weight: bold;}
.about-title p{font-size: 13px; font-weight: normal; text-transform: uppercase;}
.about-content{}
.about-con{margin-top: 55px; margin-left: 25px; text-align: left; line-height: 30px;}
.new_content{}
.news-content li:nth-child(1),.news-content li:nth-child(3){background:url(../images/bbj.jpg) repeat-y left #fff;  }
.news-content li:nth-child(1) .news-con,.news-content li:nth-child(3) .news-con{background: #fff;padding: 50px 0;}

.news-content li:nth-child(2){background:url(../images/bbj.jpg) repeat-y left  #f5f5f5;  }
.news-content li:nth-child(2) .news-con{ background: #f5f5f5 ;padding: 50px 0;}

.new-title a{ font-size: 20px; line-height: 45px; }
.news_more{ width: 39px!important; margin-left: 30px; margin-top: 20px; height: 68px; background: #b2ddf4; text-align: center;}
.news_more a{ line-height: 68px; font-size: 36px; color: #fff; font-weight: bold;}
.about-img{ background: url(../images/about-img.jpg) no-repeat right center; background-size: cover: height:100%;  }
.honor {
    margin-top: 85px;
    margin-bottom: 50px;
}
.lx-right{margin-top: 55px;}
.video-width{width: 800px; height: 500px;}


#focus_Box{position:relative;width:80%;height:571px;margin:0px auto;}
#focus_Box ul{position:relative;width:100%;height:308px}
#focus_Box li{z-index:0;position:absolute; width:0px;height:0px;top:146px;cursor:pointer;left:377px;}
#focus_Box li img{width:100%;background:url(../images/loading.gif) no-repeat center 50%;height:100%;vertical-align:top}
#focus_Box li p{position:absolute;left:0;bottom:0px;width:100%;height:40px;line-height:40px;background:url(../images/float-bg.png) repeat;text-indent:8px;color:#fff;}
#focus_Box li p span{display:inline-block;width:70%;height:40px;overflow:hidden;}
#focus_Box .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:18px;height:35px;top:131px;}
#focus_Box .prev{background:url(../images/btn1.png) no-repeat center top;left:-198px;
  top: 300px;}
#focus_Box .next{background:url(../images/btn.png) no-repeat center top;right:-198px;
  top: 300px;}
#focus_Box .prev:hover{background-position:left top;}
#focus_Box .next:hover{background-position:right top;}
#focus_Box a.imgs-scroll-btn{display:block;position:absolute;z-index:110;top:7px;right:15px;width:51px;height:23px;overflow:hidden;background:url(../images/share-btn.png) no-repeat;text-indent:-999px;}

.focus_text{overflow: hidden;}
.more_text{font-size: 13px;}
.focus_Box ul li .focus_text{padding-left: 20px;}
.focus_Box ul li:nth-child(2) .focus_text{background: #255d93;}
.focus_Box ul li:nth-child(2) .more_text{display: none;}
.focus_Box ul li:first-child .focus_text, .focus_Box ul li:nth-child(3) .focus_text{background: #2c70b1;padding-right: 20px;padding-bottom:27px;}
.focus_Box ul li:first-child .focus_text .products-more img, .focus_Box ul li:nth-child(3) .focus_text .products-more img{display: none;}
.focus_Box ul li:first-child .focus_text .more_text, .focus_Box ul li:nth-child(3) .focus_text .more_text{display:block; color: #FFFFff;}
.focus_Box ul li:first-child .focus_text .products-more, .focus_Box ul li:nth-child(3) .focus_text .products-more{width: 85px;height:28px;background: #e4293b; }
.focus_Box ul li:first-child .focus_text .products-title, .focus_Box ul li:nth-child(3) .focus_text .products-title{font-size: 20px;font-weight: normal;}
.focus_Box ul li:first-child .focus_text .products-content, .focus_Box ul li:nth-child(3) .focus_text .products-content{width: 175px;height: 41px;display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.focus_Box ul li:first-child .focus_text .products-more{float: left;position: relative;top:115px;left: -168px;}
.focus_Box ul li:nth-child(3) .products-title{float: right;position:relative;  left: -79px;  text-align: right;}
.focus_Box ul li:nth-child(3) .products-top{width: 267px;}
.focus_Box ul li:nth-child(3) .focus_text .products-more{position: relative;top:115px; left: 80px;}
.focus_Box ul li:nth-child(3) .products-line{float: right;}
.focus_Box ul li:nth-child(3) .focus_text{width: 180px;float: right;}
.focus_Box ul li:nth-child(3) .focus_text .products-content{position: relative;left: 21px;}



/*联系我们*/
.ny-contact{
	width: 100%;
}
.ny-conlist ul li{
	border-bottom: dotted 1px #ccc;
	line-height: 70px;
	font-size: 16px;
	color: #222;
	padding-left: 20px;
}
.ny-conbt{
	font-size: 20px;
	font-weight: bold;
}



/*footer开始====================================================================================*/
#copyright{ width: 100%; background:#343434; /*padding-top: 50px;*/}
.foot-ks{ width: 45%; height: 60px; background: url(../images/foot-list.jpg) no-repeat bottom left; }
.foot-ks li{ width: 27%; float: left; line-height: 60px; text-align: center; }
.foot-ks li a{color: #fff; font-size: 18px;}
.foot-lx{ height: 130px; margin-top: 25px;}
.ma{margin-top: 100px;}
.ma li{width: 50%; float: left; text-align: center;}
#copyright .banq{ color: #fff;line-height: 30px; text-align: center; /*margin-top: 20px;*/ padding: 20px 0;background: #0088f1;font-size: 16px;}
#copyright .banq p a{
	color: #fff;
}
.ma li p{font-size: 14px; line-height: 55px; text-align: center; color: #fff;}
.foot-lx li{ font-size: 14px; color: #fff; line-height: 40px;}
/*内页开始====================================================================================*/
.banner{/*position: relative;*/}
.ny-title{/*position: absolute; width: 1100px; left: 50%; margin-left: -550px; bottom: 20%; color: #fff; font-size: 35px; font-weight: bold;*/}
.ny-title p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title p a{color: #fff;}
.productsroll{position:relative;width:1200px;}
/* productsroll Start */
#LeftArr1,#RightArr1{background-image:url(../images/product_arrow.gif);width:25px;height:130px;cursor:pointer;position:absolute;top:0px;z-index:1}
#LeftArr1{background-position:-25px 0px;float:left;left:-50px; top: 50px;}
#RightArr1{background-position:-50px 0px;float:right;right:-50px; top: 50px;}
#ScrollBox{width:1000px; overflow:hidden; float: left;}
#ScrollBox li{float:left;display:inline;margin:10px 15px;text-align:center; height: 520px; width: 267px;}
#ScrollBox li a{display:block; overflow: hidden;}
#ScrollBox li a:link,#ScrollBox li a:visited,#ScrollBox li a:active{}
#ScrollBox li a:hover{color:#008aff}
#ScrollBox li a span{display:block;padding-top:4px; line-height: 40px; font-size: 16px; text-align: left; padding-left: 25px;}
#ScrollBox li:hover a{
	color: #0088f1;
}
#ScrollBox li:hover .more{
	border: #fff solid 2px;
	color: #fff;
}
#ScrollBox li img{
	
}

.nyxw-time{
	text-align: center;
	border-right: solid 1px #ccc;
	margin-right: 5%;
	font-size: 14px;
	color: #444;
	padding: 1% 2% 1% 0;
}
.nyxw-time p{
	font-size: 24px;
	font-weight: bold;
	color: #0088f1;
}


#page_main{padding: 60px 0; background: #f6f6f6;}
.page-top{
	background: #fff;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	    box-sizing: border-box;
}




.page-container{     min-height: 500px;}
.page-container img{ /*max-width:100%height: 100%;width: auto;*/margin: 0-100%;}
.page-about,.page-content,.page-products{ /*padding: 50px 30px;*/}
.page-top-bg{ background: #fff; height: 70px; margin-bottom: 25px;}
.page-url{}
.back{ margin-top: 10px; font-size: 14px; text-align: left; line-height: 32px; }
.back:before{display: block; content: ""; width: 1px; height: 11px; background: #000; float: left; margin-top: 10px;}
.back img{ float: left; margin-top: 10px; margin-left: 15px; margin-right: 14px; }
.page-url ul{ padding: 0;}
.page-url li{ background: #f6f6f6; background-position:0 center; padding-left: 10%; margin-bottom: 5%;transition:all .5s ease-in-out; margin-right: 5%;}
.page-url li:hover{
	background: url(../images/nav-jt.png) no-repeat 90% center #0088f1;
}
.page-url li a{display:block;line-height:50px;vertical-align:middle;  /*text-align: center;*/}
.page-url li a span{
	color: #222222;
	font-size: 16px;
}
.ddsmoothmenu-v ul li a span{display:block; line-height: 70px; text-align: center;}
/*.page-url li:after{content: ""; display: block; position: absolute; width: 1px; height: 14px; background: #dddddd; right: 0; top: 32px;}*/

.page-url li a:hover { /*border-bottom: #0088f1 solid 2px; height: 70px; text-align: center;*/}
.page-url li a:hover span{ color: #fff; /*line-height: 70px;*/  font-size: 16px; font-weight: bold;}
.page-url li.lihover a{ /*border-bottom: #0088f1 solid 2px;*/ color: #fff; /*height: 70px;*/}
.page-url li.lihover{
	background: url(../images/nav-jt.png) no-repeat 90% center #0088f1;
}
.page-url li.lihover a span{ color: #fff; font-size: 16px; /*line-height: 70px;*/ font-weight: bold; }
.page_list {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page_list span.current {
    border: #ddd 1px solid;
    padding: 4px 5px;
    font-weight: bold;
    margin-right: 2px;
    color: #FFF;
    background-color: #0088f1;
}	
.page_list a {
    border: #ddd 1px solid;
    color: #0088f1;
    padding: 4px 5px;
    margin-right: 2px;
}
.page_list select{    width: 48px; line-height:29px; height:29px; margin-bottom:3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;}
.page {
	margin-top:20px;
    line-height: 40px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}
.page span{ display: inline-block; width: 49%;}
.page-news{ /*padding: 25px 15px;*/}
.page-news>ul>li{background: #f6f6f6;
display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
				transition: all 0.6s;}
				.page-news>ul>li:hover{
	transform: scale(1.01);
	
}
.page-news li .img{ padding: 0; overflow: hidden; height: 150px;text-align: center;}
.page-news li .text{/*padding-right: 0; padding-left: 25px;*/}
.page-news li .text .h{font-size: 16px;
    margin-bottom: 10px;}
    .page-news li .text .h a{
    	font-size: 16px;
    	color: #222;
    	font-weight: bold;
    }
     .page-news li:hover .text .h a{
     	color: #0088f1;
     }
.page-news li .text .h span{    font-size: 14px;
    color: #999999;
    float: right;}
.page-news li .text p a{font-size: 14px;
    line-height: 24px;
    color: #666666;display: block;}
    .page-news li .text .ck{
    	margin-top: 10px;
    }
.page-news li .text .ck a{
    color: #444;
    display: block;
    }

.proNav li{
   /*padding-top: 10px;
    padding-bottom: 10px;
    background: #fafafa;*/
  box-sizing: border-box;
    text-align: center;
    position: relative;
   overflow: hidden;
  /* border:#ddd 1px solid ;
  box-sizing: border-box; */
	}

.proNav li a{ 
  display: block;
  position: relative;
  margin: 0 5px 10px;
  overflow: hidden;
}
.proNav li span{ display:block; overflow: hidden; width:100%;height:260px; margin:0 auto;}
.proNav li span img{ display: inline-block; /*height: 100%;*/margin: 0-100%;}
.proNav li:hover span{/*background: #0088f1;*/}
.proNav li:hover a{/*background:#0088f1;*/ text-decoration: none;}
.proNav li p{ font-weight:100; display: block; width: 80%; line-height: 30px; border: 1px solid #0088f1; margin: 0 auto 20px; color:#0088f1;}
.proNav li label{ color: #fff; line-height:50px; font-size:15px;white-space: nowrap;  overflow: hidden; text-overflow: ellipsis;position: absolute;bottom: 0;left: 0;background: rgba(0,0,0,.6);width: 100%;}
.proNav li:hover p{ /*color:#fff; border: 1px solid #fff;*/}
.proNav li:hover label{background: rgba(0,136,241,.6);}
.proNav .ckgd{display:block; width:130px; height:203px; float:left; margin-top:10px;}   
.jptj-header{ position:relative; text-align:center;}
.jptj-header .span6{height:1px; background:#666; padding:0; margin:0; margin-top:50px; margin-bottom:50px;}
.jptj-header p{ position:absolute; z-index:111; text-align:center; width:100%; padding-top:37px; font-size:14px; }	
.popover-banner{  max-width: 500px; margin: 0 auto; position: relative;}
.popover-banner .flex-direction-nav{ display: block;}
.popover-banner .flex-prev,.popover-banner .flex-next{ position: absolute; display: block; width: 45px; height: 100px; background: url(../images/sprite.jpg) no-repeat 0 top; top: 50%; margin-top: -50px; }
.popover-banner .flex-prev{ left:-50px;}
.popover-banner .flex-next{background: url(../images/sprite.jpg) no-repeat -55px top; right: -50px;}

#shop_cart{ width: 170px; float: left; }
#shopjg span{  text-align: center; display: block; width:140px ; height: 36px; margin: 20px 10px;background: #fe6a12;  line-height: 36px; font-size:16px ; color: #fff;}
#shopjg {  width:150px ; float: left; overflow: hidden ;}
.lhcppg{ /*width: 100%;*/ background: #f5f5f5;padding-left: 20px;}
.lhcppg span{ display: inline-block;  padding-left: 0.5%;font-size: 14px;}
#inhert_cart{ margin: 20px 10px; height: 36px;  line-height: 36px;}
#shop_cart #btn_buy{ display:none;}
.jptj-header b{ display:inline-block;   font-size: 25px;
    line-height: 25px;
    color: #002e79;
    padding: 0 20px 10px;
	background:#f7f7f7;}
	.pic-img{
		margin: 0 0px;
	}
	.photos span{  display: block; text-align:center; height: 220px; width: calc(100% - 10px);overflow: hidden;margin: 0 5px;}
	.photos span img{ /*height: 100%;*/margin: 0-100%;}
	.photos p{white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; line-height: 60px; padding: 0 15px; text-align: center; font-size: 16px;}

	.photos1 span{  display: block; text-align:center; }
	.photos1 span img{ height: 260px;  max-width: 90%;}
	.photos1 p{white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; line-height: 60px; padding: 0 15px; text-align: center; }
.pic-img1{height: 350px;}
.picMarquee-left{ overflow:hidden;}
.picMarquee-left .bd ul{ padding:15px;  zoom:1;  }
.picMarquee-left .bd li{  float:left; height: 230px; width: 20%;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    margin-left: 15px; 
    margin-bottom: 5px;}
    .picMarquee-left .bd li img{ border: 1px solid #ccc;}
    .picMarquee-left .bd li:hover img{ border: 1px solid #000;}
.picMarquee-left .bd li img{ width:95%; display:block;}
.picScroll-left	{position: relative;}
.picScroll-left .bd li{  float:left; width:23%; background:#e8e8e8;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    margin-left: 14px;
    padding:3px;
    height: 300px;
    line-height: 300px;
    position: relative;
     }
.pro-box li .xq{
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background: url(../images/about-bottom-bg.png);
    z-index: 99;
}
.pro-box li .xq .heng{
      position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.pro-box li .xq .shu {
    position: absolute;
    display: block;
    text-align: center;
}
.picScroll-left .bd li a{display: block; height: 300px; background: #fff; }
.picScroll-left .bd li img{ max-width: 100%;  display:block;display: inline-block; vertical-align: middle;}
.picScroll-left>.hd>.next{position: absolute; top: 0; left: 0; background: url(../images/next.jpg) no-repeat top center; width: 41px; height: 100px; left: -70px; top: 95px;}
.picScroll-left>.hd>.prev{position: absolute; top: 0; background: url(../images/prev.jpg) no-repeat top center; width: 41px; height: 100px; right: -70px; top: 95px;}
.span-name{    width: auto; display: block;
    height: 100px;
    margin: 0 auto;
    padding:0 15px;
    line-height: 100px;
    text-align: center;
    font-size: 14px;
    background: #d6d6d6;
    color: #000;
    }
.span-name:hover{background: #28a84b;}
.span-name:hover a{ color: #fff;}
.span-name a{ font-size: 16px;}
.p-more{    width: 90px; display:inline-block;    float: right;
    height: 25px;
    margin: 20px auto;
    border: #c2c2c2 solid 1px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    color: #000;}	 
    .related-list li{ display: inline-block; width: 49%;}
#shownews .title{text-align: center; line-height: 35px; margin-bottom: 20px; font-weight: bold; font-size: 24px;}
#shownews .related {
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 15px;
    background: url(../images/bg_news.gif) repeat-x;
    color: #fff;
}
.related_cp ul li {
    text-align: center;
    float: left;
    margin-right: 20px;
}	
.re-img{
	height: 100px;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	padding: 5px;
}
.related_cp ul li img {
    height: 100%;
}
.related_cp ul li:hover .re-img{
    border: 1px solid #0088f1;
}
.related_cp ul li p{
	margin-top: 10px;
}
.related_cp ul li p a{
	font-size: 15px;
	line-height: 30px;
}
.related_cp ul li:hover p a{
	color: #0088f1;
}

#piclist li{ height:155px; background:none; border:1px solid #ddd;}	
#piclist li .ph_hover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;

}
.jobList li{ width:20%; float:left; text-align:center; line-height:40px; border-bottom:1px dashed #ccc; }
.jobList li span{ display: block; width: 100%; height: 100%;  display: block;  color: #f7f7f7;background: #004a96; padding: 10px 0;}
.page-guestbook b{ line-height:30px;  display:inline-block; width:80px; text-align:right;}
/*.page-guestbook dt{ line-height:30px; width: 100%;}*/
.page-guestbook b span{ padding-left:10px;}

.showjobList li{ border: 1px solid #ccc; border-top:none ; height: 40px; width:100%; line-height: 40px;}
.showjobList li div{ width: 50%; float: left;}
.showjobList li b{ color: #468847;  display: block; font-weight: 500; text-align: center;}
.showjobList li span{ width: 120px;  height:100%; display: inline-block; text-align: center;color: #468847; margin-right: 10px; border-right: 1px solid #ccc;} 
.showjobList {border-top:1px solid #ccc;  margin-bottom: 0;}
.lhms{ width: 100%;border: 1px solid #ccc; border-top:none ;}
.lhms b{ font-weight: 100;width: 120px;   min-height: 80px; display: inline-block;float: left; text-align: center;color: #468847;  }
.lhms span{ display: inline-block; height: auto; min-height: 80px; border-left: 1px solid #ccc; padding-left: 10px;}
.lh616{ width: 150px; line-height: 40px; margin: 5px auto ; border: 1px solid #006EC7;}
/*#guestbook  dt{ display: inline-block; width: 50%;}*/
#guestbook textarea,#guestbook input[type="text"]{width: 80%; padding: 0 2.5%; border-radius:5px; background:#f6f6f6;margin: 0 10% 10px;border: none;line-height: 50px;font-size: 15px;color: #999;}
/*.page-guestbook #guestbook  dt{ line-height:30px; width: 100%; padding: 10px 0;}*/
/*.page-guestbook #guestbook  textarea{ width: 84%;}*/
 #guestbook .yzm input{ width: 40% ;}
 .xiaz .fr{ float: right;}
 .xiaz .fl{ flaot:left;}
 .downloadtimes{ padding: 0 5%;}
  .downloadtimes i img{ margin-right: 5px; width: 14px;}
  .xiaz li{ border-bottom: 1px dashed #ccc;}
  .lh68{ position: absolute; top: 0; z-index: -1;}
.lhbd label{ display: inline-block; max-width:80px ; width: 100%; height: 30px; line-height: 30px; margin-bottom: 0px;}
/*.lhbd dt{ padding: 3px 0; width: 100%;}*/
/*.lhbdfr{ float: right;width: 50%;}*/
/*.lhbdfl{ float: left;width: 50%;}*/
.lhbdfr label{max-width:100px ; width: 100%;}
.lhbd input{ width: 57%;}
.lhbdfl input{ width: 67%;}
.lhbd span{font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:80px;}
.submit{ background: #0088f1; color: #fff; display: block; width: 80px; line-height: 40px; margin: 0 auto; text-align: center; border: none;}
.lh615{  line-height: 40px; margin: 0 10px; text-align: center; border: none;}
.page-guestbook{padding: 20px 0;}

.BMapLib_SearchInfoWindow img{
	height: auto;
	}


.ny-lytit{
	text-align: center;
	font-size: 20px;
	color: #222;
	font-weight: bold;
	display: none;
	margin-top: 20px;
}
.ny-lytit:after{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #0088f1;
	margin: 10px auto;
}






/* 大屏幕 */
@media (min-width: 1200px) { 
.news-bt{ width: 300px; height: 300px; z-index: 111; background: #0088f1; position: absolute; left: 15px; top: 0;}
#header{
	    line-height: 7.5rem;
}
.news-title{ margin-left: 40px; margin-top: 75px; font-size: 30px; font-weight: bold; color: #fff; }
.news-title p{font-size: 14px; text-transform: uppercase; font-weight: normal;}
.news-more{ margin-left: 40px; margin-top: 25px;}
.lhgw{/* display: block; width: 320px;*/ margin-left: 30px;}
.proNav li span img{ display: inline-block; height: 100%;margin: 0-100%;}
.photos span img{width: 100%; min-height: 100%; margin: 0-100%;}
}

@media (min-width: 980px) and (max-width: 1199px) {
.nav-pc{ width: 675px; text-align:center;}
.page-url ul{ width: 100%;}
.logo{ width:275px; float:left;}
.banner{position: relative;}
.ny-title{position: absolute; width: 980px; left: 50%; margin-left: -490px; bottom: 20%; color: #fff; font-size: 35px; font-weight: bold;}
.ny-title p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title p a{color: #fff;}
.news-bt{ width: 300px; height: 300px; z-index: 111; background: #0088f1; position: absolute; left: 15px; top: 0;}
.news-title{ margin-left: 40px; margin-top: 75px; font-size: 30px; font-weight: bold; color: #fff; }
.news-title p{font-size: 14px; text-transform: uppercase; font-weight: normal;}
.news-more{ margin-left: 40px; margin-top: 25px;}
.lhgw {
    margin-left: 30px;
}
.proNav li span img{ display: inline-block; height: 100%;margin: 0-100%;}
.photos span img{ width: 100%; min-height: 100%;margin: 0-100%;}

}
 
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 991px) {
.foot-dh{display: none;}
.mobile_nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    height: 100%;
    z-index: 110;
    background: rgba(0,0,0,0.3);
}
.hamburger {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 111;
}
.banner{position: relative;}
.ny-title{position: absolute; width: 768px; left: 50%; margin-left: -359px; bottom: 20%; color: #fff; font-size: 35px; font-weight: bold;}
.ny-title p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title p a{color: #fff;}
.mobile_nav>ul{ display: block;}
.mobile_nav>ul>li{ display: block;}
.mobile_nav {
  position: absolute;
  width: 100vw;
  right: 0;
  top: 64px;
  display: none;
  height: auto;
  z-index: 110;
  background: #ebf5ff;
    background-size: cover;
}
.mobile_nav ul {
  width: 100%;
}
.mobile_nav ul li{ 
	list-style: none;
	line-height: 40px;
	text-align: center;
	transition: all 1s;
	width: 60%;
	margin: 0 auto;
}

.mobile_nav ul li a span {
  transition: all 1s;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 49px;
  background-size: 26%!important;
}
.mobile_nav ul li:hover {
  background: #0088f1;
}
.mobile_nav ul li:hover a {
  color: #fff;
}

.page-url li{
	display: inline-block;
    width: 42%;
    margin-bottom: 15px;
    padding-left: 10px;
    margin-right: 5%;
}
    
    
.page-url li a:hover:after{
	/*content: "";
	display: block;
	float: right;
	width: 40px;
	height: 3px;
	background: #2e3192;
	margin-top: 20px;
	margin-right: 0px;*/
}
.page-url li a:hover span{ /*color: #0088f1; line-height: 70px;*/  font-size: 16px; font-weight: bold;}
.page-url li.lihover a{ /*border-bottom: #0088f1 solid 2px;*//* color: #0088f1; height: 70px;*/}
.page-url li.lihover a:after{
	/*content: "";
	display: block;
	float: right;
	width: 40px;
	height: 3px;
	background: #2e3192;
	margin-top: 20px;
	margin-right: 0px;*/
}


.hamburger {
  display: inline-block;
  position: absolute;
  right: 2.5%;
  z-index: 111;
  background: #0088f1;
    top: 0;
    padding: 0px 12px;
}
.foot-ma{display: none;}
#copyright{ background: #414141; }
.about-top{width: 70%;}
.about-more{text-align: right;}
.news-bt{ width: auto; height: auto; padding: 20px 0; z-index: 111; background: #0088f1; position: normal; left: 0; top: 0;}
.news-title{ margin-left: 40px;  font-size: 30px; font-weight: bold; color: #fff; }
.news-title p{font-size: 14px; text-transform: uppercase; font-weight: normal;}
.news-more{ margin-left: 40px; margin-top: 25px;}





.lhgw {
    margin-left: 30px;
}
.proNav li span img{ display: inline-block; height: 100%;margin: 0-100%;}
.photos span img{ width: 100%;min-height: 100%;}



.product-list{ margin: 0; }
.product-list ul{width: 750px;padding-right: 15px; padding-left: 15px; margin-right: auto;margin-left: auto;}
.product-list li img{width: 100%;}







.pro-ahout{ height:  auto;}
.in-pro>div:last-child{ display: none;}
.page span{ display: inline-block; width: 100%;}
.newsList .lhfr p{ display: inline-block; width: 70%;}
#guestbook textarea,#guestbook input[type="text"]{width: 60%; min-width: 220px;}
.page-guestbook #guestbook  dt{ line-height:30px; width: 100%;}
.page-guestbook #guestbook  textarea{ /*width: 96%;*/}
.page span{ display: inline-block; width: 100%;}
.related-list li{ display: inline-block; width: 100%;}
.newsList .lhfr{ width: 644px; float: right;}
.mobile_nav  .menulevel{ position: static;}
.lh68{ display: block; z-index: 100;}

}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
.hamburger {
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 45px;
	z-index: 111;
}
.nav-pc ul{  padding:0; overflow:hidden;}
.nav-pc li { height: auto;}
.mobile_nav>ul{ display: block;}
.mobile_nav>ul>li{ display: block;}
.mobile_nav {
	position: absolute;
	width: 100vw;
	right:-15px;
	top: 179px;
	display: none;
	height: auto;
	z-index: 110;
	background:none;

}
.mobile_nav ul {
	margin:0;
	width: 100%;
}
.mobile_nav ul li{ 
  /*float: left;*/
	list-style: none;
	width: 100%; 
  margin-right:0.33%;
  margin-bottom: 2px;
	line-height: 50px;
	text-align: center;
	transition: all 1s;
	/*background: rgba(0,0,0,0.5);*/
	margin-top: 0;
}
.mobile_nav ul li a span {
	color: #202020;
	transition: all 1s;
	display: block;
	width: 100%;
	font-size: 16px;
}
.mobile_nav ul li:hover {
	background: #0088f1;
}
.mobile_nav ul li:hover a {
	color: #fff;
}
.mobile_nav  .menulevel{ position: static;}
.foot-dh{display: none;}
.foot-ma{ display: none; }
.foot-ks{display: none;}
.foot-lx{border-right: none;}
.banner{position: relative;display: none;}
.sj-banner{
	display: block;
}
.ny-title{position: absolute; width: 95%; left: 5%; margin-left: 0; bottom: 20%; color: #fff; font-size: 20px; font-weight: bold;}
.ny-title p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title p a{color: #fff;}

.page-top-bg{height: auto;}
.page-url li:hover { /*background: #0088f1; height: 70px;*/ border-bottom: none;}
.page-url li:hover a span{ color: #fff; /*line-height: 70px;*/  font-size: 16px; font-weight: bold;}
.page-url li.lihover{ /*background: #0088f1; */color: #fff; border:none; /*height: 70px;*/}
.page-url li.lihover a span{/* color: #fff; font-size: 16px; line-height: 70px;*/ }
.page-url li a:hover:after{
	display: none;
}
.page-url li a:hover span{ color: #0088f1; /*line-height: 70px;*/  font-size: 16px; font-weight: bold;}
.page-url li.lihover a{ /*border-bottom: #0088f1 solid 2px;*/ color: #0088f1; /*height: 70px;*/}
.page-url li.lihover a:after{
	display: none;
}
.page-url ul{ display: table; padding: 0; margin: 0 auto;}
.page-url li{ display: inline-block; width: 40%; margin-bottom:15px; padding-left: 5%; margin-right: 5%;}
.page-url li a{
	line-height: 30px;
}
.page-url li a:hover { border-bottom: none; /*height: 70px; text-align: center;*/}
.page-top{height: auto!important;}
.page-url ul{ width: 100%;}
.about-bg{background: #f9f9f9;}
.about-top{width: 90%;}
.about-more{text-align: right;}
.about-bt p {
    font-size: 12px;
    color: #5a5a5a;
    font-weight: normal;
    line-height: 20px;
    text-transform: uppercase;
}
.news-bt{ width: auto; height: auto; padding: 20px 0; z-index: 111; background: #0088f1; position: normal; left: 0; top: 0;}
.news-title{ margin-left: 40px;  font-size: 30px; font-weight: bold; color: #fff; }
.news-title p{font-size: 14px; text-transform: uppercase; font-weight: normal;}
.news-more{ margin-left: 40px; margin-top: 25px;}


.pic-img{height: 260px;}


.photos span img{ width: 100%;min-height: 100%;}







.back{margin: 25px 0;  margin-left: 10px;}

.product-name{padding: 20px 0;}
.product-list{ margin: 90px 0 30px; }
.product-list ul{padding-right: 15px; padding-left: 15px; margin-right: auto;margin-left: auto;}
.product-list li img{width: 100%;}
.liyou-box {
    background: none;
}
.liyou-bt {
	width: 100%;
    font-size: 20px;
}
.liyou-bt span{font-size: 20px!important;}
.liyou-bt p{font-size: 12px;}
.product-box{margin-top: 20px;}
.new_pic{display: none;}
.news_con{height: 80px; overflow: hidden;	}
.proNav li span{height: 210px;}
.proNav li span img{min-height: 100%;width: 100%;}
.related_cp ul li{overflow: hidden;width: 45%;margin-right: 1%;margin-bottom: 1%;}
.picScroll-left .bd li{ margin-left:50px;}
.page-news li .text{padding-left: 0;}
.lhbdfr{width: 100%; float:none;}
.products-name>p>img{width: auto;}
}
 
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
.logo {
    width: 60%;
    /*padding: 45px 0;*/
}
.about-more{text-align: right;}

.page-about img{
	max-width: 100%;
}
.editor img{
	max-width: 100%;
}

#proinfo_c img,.page-about p img,.newsList li .img a img{
	width: 100%;
	height: auto;
	}
	.page-about, .page-content, .page-products {
    /*padding: 20px;*/
}

.nav-pc ul{  padding:0; overflow:hidden;}
.nav-pc li { height: auto;}
.hamburger {
	background: #0088f1;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 35px;
	z-index: 111;
}
.mobile_nav.shownav {
    background: #ebf5ff;
    background-size: cover;
  }
.mobile_nav>ul{ display: block;}
.mobile_nav>ul>li{ display: block;}
.mobile_nav {
	position: absolute;
	width: 100vw;
	right: 0;
	top: 0px;
	display: none;
	/*height: 90%;*/
	z-index: 110;
padding: 48px 0;
}
.mobile_nav ul {
	width: 100%;
}
.mobile_nav ul li{
	list-style: none;
	line-height: 60px;
	text-align: center;
	transition: all 1s;
	width: 40%;
	margin: 0 auto;
	/*border-bottom: solid 1px #d7d8ed;*/
}
.mobile_nav ul li a {
	color: #fff;
	transition: all 1s;
	display: block;
	width: 100%;
	font-size: 14px;
}
.mobile_nav ul li:hover {
	background: none;
}
.mobile_nav ul li:hover a {
	/*color: #000;*/
}
.about-bj {
    background-size: auto 100%;
}
.about-more {display: none;}
.news-bt{ width: auto; height: auto; padding: 20px 0; z-index: 111; background: #0088f1; position: normal; left: 0; top: 0;}
.news-title{ margin-left: 40px;  font-size: 30px; font-weight: bold; color: #fff; }
.news-title p{font-size: 14px; text-transform: uppercase; font-weight: normal;}
.news-more{ margin-left: 40px; margin-top: 25px;}
.logo img {
    max-width: 60%;
}
.ny-title{position: absolute; width: 95%; left: 5%; margin-left: 0; bottom: 0; color: #fff; font-size: 20px; font-weight: bold;}
.ny-title p{ font-size: 14px; line-height: 30px; text-align: left; }
.ny-title p a{color: #fff;}
.page-news li .img {
    padding: 0;
    overflow: hidden;
    height: auto;
    margin-bottom: 10px;
}
.page-news li .text .ck{
	display: none;
}
.box li {
    position: relative;
    overflow: hidden;
    margin: 5px 0;
}
.picScroll-left{overflow: hidden;}
.picScroll-left .bd li{ margin-left:30px; line-height: 150px; height: auto;}
.picScroll-left .bd li a {
    display: block;
    height: auto;
    background: #fff;
}
.products-content {
    margin-top: 55px;
    margin-bottom: 55px;
}
.honor {
    margin-top: 65px;
    margin-bottom: 20px;
}
.photos span{  display: block; text-align:center; height: auto; width: auto; overflow: hidden;height: 200px;}
  .photos span img{ width: 100%;min-height: 100%;}
.video-width{width: 100%; height: auto;}
.lhbdfl{
	width: 100%;
}
#guestbook textarea,#guestbook input[type="text"]{width: 95%; padding: 0 2.5%; min-width: 180px; border-radius:5px; /*border:1px solid #C7E2F6 ;*/margin: 0 0 10px;}
.page-guestbook #guestbook  textarea{ width: 95%;}
.lhbdfr label{max-width:70px ; width: 100%;}

.related_cp ul li .re-img a{display: block;width: 100%;height: 100%;overflow: hidden;}
.nyxw-time{
	display: none;
}
.ny-lytit{
	display: block;
}

}
@media (max-width: 768px){
  #header {
    padding: 10px 0;
	position: fixed;
    background: #fff;
    z-index: 9999;
  }
  .hamburger {
    background: #0088f1;
    top: 14px;
    padding: 8px 12px;
  }
  .hamburger-box {
    width: 30px;
    height: 15px;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 0px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
  }
  .hamburger-inner::before {
    top: -6px;
  }
  .hamburger--emphatic-r .hamburger-inner::after {
    top: 6px;
  }
  .hamburger-inner::after {
    bottom: -6px;
  }
  .logo img {
    max-width: 100%;
  }
}

.ny-qylntit{
	text-align: center;
	font-size: 16px;
	color: #444;
	text-transform: uppercase;
	margin-bottom: 30px;
	background: #f6f6f6;
	padding: 20px 0;
}
.ny-qylntit p{
	font-size: 24px;
	color: #0088f1;
	font-weight: bold;
}
.ny-qylnlist ul li{
	font-size: 15px;
	color: #444;
	line-height: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.ny-qylnlist ul li:hover div{
	border: solid 1px #0088f1;
}
.ny-qylnlist ul li > div{
  display: block;
  border: solid 1px #f6f6f6;
  padding: 10px;
  height: 118px;
  margin-bottom: 10px;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
}
.ny-qylnlist ul li p{
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin-bottom: 6px;
}
.mt40{
	margin-top: 40px;
}
.popover-banner .swiper-slide img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
